From 262fa959e809d0a47e79e252e6c1b2ca1167807b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 7 Mar 2020 23:47:12 +0000 Subject: Remove the python3.6 version override on pre-commit. This shouldn't be needed, and it would break if there's no Python 3.6 version installed in the system committing. --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a099e48..674c995 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,11 +3,9 @@ repos: rev: 4.3.21 hooks: - id: isort - language_version: python3.6 additional_dependencies: - toml - repo: https://github.com/python/black rev: 19.10b0 hooks: - id: black - language_version: python3.6 -- cgit v1.2.3